From: Quanah Gibson-Mount Date: Mon, 3 Jun 2024 15:08:22 +0000 (+0000) Subject: [PATCH] ITS#10221 - Remove extraneous quote X-Git-Tag: archive/raspbian/2.5.18+dfsg-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=647d1e167ff768464ab392050a3457c10e478fc6;p=openldap.git [PATCH] ITS#10221 - Remove extraneous quote Gbp-Pq: Name ITS-10221-Remove-extraneous-quote.patch --- diff --git a/configure.ac b/configure.ac index d231e0ed..e00d3803 100644 --- a/configure.ac +++ b/configure.ac @@ -746,7 +746,7 @@ if test $ol_enable_perl != no ; then PERL_CPPFLAGS="$PERL_CPPFLAGS $opt" done PERL_LDFLAGS="" - for opt in `$PERLBIN" -MExtUtils::Embed -e ldopts`; do + for opt in `$PERLBIN -MExtUtils::Embed -e ldopts`; do case "$opt" in "-lc" ) continue;;